Fluentd / FluentBit out_forward compat#9
Conversation
|
Any chance that this will get merged? |
|
+1, merge please |
|
Could this be released as a gem? I bit the same error and the only solution I found was to use copy the file in master to the logstash container. It seems that In case you couldn't release, what would be the way to move this from my test environment to production? Override the gem in logstash with the master of this repo? Thanks! |
|
+1 Please release this fix. |
|
I am attempting to do a release now. |
|
Version 3.1.1 of this plugin is now published. |
|
Awesome! Thanks @jordansissel |
|
Hi All, I have a made a pull request for the avoiding overwriting of tags with key named as 'tags' with #10 .Any chance this will get merged? |
This does add compatibility with later Fluentd and FluentBit out_forward encodings.
Both out_forward streams are sending combined packets that bundle up multiple events for a single tag.
This currently does not add support for compressed streams. It will raise a failure and log it in the event stream.
This should also fix #4 and #2